home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3vslice.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_VSLICE_H = 1;
- include("real/raytr/r3frobj.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_VSLICE = 444;
-
-
-
-
-
-
-
- R3VSLA_Center = 444500;
- function SetR3VSLA_Center(value) {
- R3Set(this.r3obj, R3VSLA_Center, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VSLA_Center() {
- return R3Get(this.r3obj, R3VSLA_Center, R3TID_VECTOR, 0);
- }
-
- R3VSLA_Direction = 444501;
- function SetR3VSLA_Direction(value) {
- R3Set(this.r3obj, R3VSLA_Direction, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VSLA_Direction() {
- return R3Get(this.r3obj, R3VSLA_Direction, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Vslice () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_VSLICE, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCenter=GetR3VSLA_Center;
- this.SetCenter=SetR3VSLA_Center;
- this.GetDirection=GetR3VSLA_Direction;
- this.SetDirection=SetR3VSLA_Direction;
- }
-
- r3Vslice.prototype=new r3Frobject;
- // r3vslice.h_H